home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Tools / CreatorAndBundle.r < prev    next >
Encoding:
Text File  |  1996-04-03  |  505 b   |  30 lines  |  [TEXT/MPS ]

  1. // CreatorAndBundle.r
  2. // Copyright © 1986-96 by Apple Computer, Inc. All rights reserved. 
  3.  
  4. /* • Auto-Include the requirements for this source */
  5.  
  6. #ifndef __SYSTYPES_R__
  7. #include "SysTypes.r"
  8. #endif
  9.  
  10. #ifndef __MACAPPVERSION__
  11. #include "MacAppVersion.h"
  12. #endif
  13.  
  14.  
  15. include $$Shell("ObjApp")"CreatorAndBundle" 'CODE';
  16.  
  17.  
  18. resource 'vers' (1
  19. #if qNames
  20.     , "App Version"
  21. #endif
  22.     , purgeable) {
  23.     MA_VERS_CODE,
  24.     verUs,
  25.     MA_SHORT_VERSION,
  26.     MA_LONG_VERSION
  27. };
  28.  
  29. include "Defaults.rsrc"  'vers' (2);        // part of MacApp
  30.